projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155ec50
)
Add missing @end defun
author
Tom Tromey
<tom@tromey.com>
Mon, 16 Jul 2018 14:29:31 +0000
(08:29 -0600)
committer
Tom Tromey
<tom@tromey.com>
Thu, 19 Jul 2018 22:08:41 +0000
(16:08 -0600)
* doc/lispref/numbers.texi (Bitwise Operations): Add missing @end defun.
doc/lispref/numbers.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/numbers.texi
b/doc/lispref/numbers.texi
index a95c31f46828c05dad4ae3874c6f02d5763a2054..d9fb43258eaafe28d1aba26d23e1aab06e3c6f22 100644
(file)
--- a/
doc/lispref/numbers.texi
+++ b/
doc/lispref/numbers.texi
@@
-888,6
+888,7
@@
On the other hand, shifting one place to the right looks like this:
@noindent
As the example illustrates, shifting one place to the right divides the
value of a positive integer by two, rounding downward.
+@end defun
@defun ash integer1 count
@cindex arithmetic shift